ITSec![]() |
Updated |
Useful links for JWT Assignments |
JSON Web Token structure
https://en.wikipedia.org/wiki/JSON_Web_Token
JSON Web Token Introduction basics
https://jwt.io/introduction
JSON Web Token basics+ JWS & JWE comments
https://medium.com/ag-grid/a-plain-english-introduction-to-json-web-tokens-jwt-what-it-is-and-what-it-isnt-8076ca679843
Authentication and identity in Startup class
https://docs.microsoft.com/en-us/aspnet/core/migration/1x-to-2x/identity-2x?view=aspnetcore-2.2
Tutorial JWT project in Visual Studio
https://www.c-sharpcorner.com/article/jwt-json-web-token-authentication-in-asp-net-core/
JWT example with GUI and cookies
https://code.msdn.microsoft.com/How-to-authentication-web-f58efc25